Skip to content

fix(app): render interpolated button labels as one text node - #194

Open
simonvanlierde wants to merge 2 commits into
mainfrom
fix/release-0.3.1-review
Open

fix(app): render interpolated button labels as one text node#194
simonvanlierde wants to merge 2 commits into
mainfrom
fix/release-0.3.1-review

Conversation

@simonvanlierde

Copy link
Copy Markdown
Contributor

Follow-ups from the pre-release review of v0.3.0..main.

  • AppButton wraps an all-primitive child run in a single Text, so "Select all ({count})" no longer splits into three gapped nodes (visual gaps, three screen-reader fragments, getByText miss). Regression test added.
  • Renovate: vulnerabilityAlerts.enabled: true so alert PRs still open for the Expo-owned packages whose rule is enabled: false (Renovate only forces the keys present in vulnerabilityAlerts; without it those deps are skipped before lookup).
  • Test setup: drop the unawaited manual cleanup(); RNTL 14 registers its own awaited one.
  • test-utils/host: use container.queryAll instead of a hand-rolled walk that also returned the container.

Verification: app just check, unit (1615) and integration (203) lanes green.

- AppButton wraps an all-primitive child run in a single Text, so
  "Select all ({count})" no longer splits into three gapped nodes
- renovate: force vulnerabilityAlerts.enabled so alerts still raise PRs
  for the Expo-owned packages that are otherwise disabled
- test setup: drop the unawaited manual cleanup(); RNTL 14 registers its own
- test-utils/host: use container.queryAll instead of a hand-rolled walk
  that also returned the container
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant